Trackbar95 version 1.0

Copyright (C) January 1997 James Ots

Everyone is free to use this code as they wish, but
if you use it commercially then I wouldn't mind a
little something.

Trackbar95 derives itself from Trackbar, which is a
component in Delphi 2.0.

I've added the functionality which Borland forgot to
put in, which is the following properties:
 Thumb - set whether the slider exists or not
 FixedLength - sets whether slider works out its own size (false)
    or if it uses ThumbSize (true)
 ThumbSize - the size of the slider
 SelEnabled - sets whether you have a wide slider (true)
    or a normal slider (false)

Email me: J.A.Ots@Warwick.ac.uk

INSTALLATION:
=============
Copy the files into a folder on your computer, select Component|Install
in Delphi, click Add, enter the location of Trackbar95.pas, click okay.

